+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
+Thu Oct 8 15:53:59 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+ message to print out parent class name correctly.
+
Thu Oct 8 07:07:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h:
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com>
- * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+ * ltmain.sh: Patch to libtool-1.2b to make --disable-static
work.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
* MappingNotify events produce warnings.
+ * gtk_widget_set_uposition can't handle negative x,y coordinates!
+
Additions:
* implement keyboard navigation in menus
if (node->type_info.class_size < parent->type_info.class_size)
g_warning ("The `%s' class is smaller than its parent class `%s'",
node->type_info.type_name,
- node->type_info.type_name);
+ parent->type_info.type_name);
if (!parent->klass)
{